-
Notifications
You must be signed in to change notification settings - Fork 598
config.md: specify config usage #803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
config.md
Outdated
| # <a name="containerConfigurationFile" />Container Configuration file | ||
|
|
||
| This configuration file contains metadata necessary to implement standard operations against the container. | ||
| This configuration file contains metadata necessary to implement standard operations against the creation of a container. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
process.args is used by start and some hooks are used by delete. But kill doesn't need anything from then config. So we can draw a distinction here, but your current wording isn't quite it.
I'd rather link "standard operations" to the runtime.md section and maybe weaken it to "some standard operations". But I'd avoid calling out creation without also mentioning the other impacted operations.
|
I think I tend to agree with @wking here -- in my mind, the Regardless, I think this is something we could discuss further clarifying post-1.0? |
92b2110 to
b2ec523
Compare
|
Without the config.json there is no container and no operations to run against a container so I am in favor of closing this PR. |
config.md
Outdated
| # <a name="containerConfigurationFile" />Container Configuration file | ||
|
|
||
| This configuration file contains metadata necessary to implement standard operations against the container. | ||
| This configuration file contains metadata necessary to implement some [standard operations](runtime.md#operations) against the container. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets remove the "some" part but keep the link
config.json is used some operations of container, we should specify this. Signed-off-by: Ma Shimiao <[email protected]>
b2ec523 to
773ebb2
Compare
|
OK, updated. |
mrunalp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
config.json is used for creation of container not for
operations of container, we should specify this.
Signed-off-by: Ma Shimiao [email protected]